Skip to content

Bump Velopack 0.0.1298 → 1.2.0 and pin the vpk CLI to match#1150

Merged
erikdarlingdata merged 1 commit into
devfrom
feature/velopack-1.2.0
Jun 19, 2026
Merged

Bump Velopack 0.0.1298 → 1.2.0 and pin the vpk CLI to match#1150
erikdarlingdata merged 1 commit into
devfrom
feature/velopack-1.2.0

Conversation

@erikdarlingdata

Copy link
Copy Markdown
Owner

Moves the auto-update framework to the Velopack 1.x stable line, and corrects a latent mismatch: build.yml ran dotnet tool install -g vpk unpinned, so releases were already packed with vpk 1.x while the app library trailed at 0.0.1298. This aligns the reader library with the packer (now pinned vpk --version 1.2.0) without changing the feed format.

Changes

  • Dashboard + Lite: Velopack 0.0.1298 → 1.2.0
  • build.yml: dotnet tool install -g vpk --version 1.2.0 (was unpinned)
  • Lock files regenerated (--force-evaluate); they shrink — Velopack 1.x dropped the NuGet.Versioning transitive dep (custom SemanticVersion, since 1.0.1).

No source changes needed

VelopackApp.Build().Run(), UpdateManager, GithubSource, CheckForUpdatesAsync / DownloadUpdatesAsync / ApplyUpdatesAndRestart all unchanged at the API level.

Verification

Build clean (0 new warnings); Lite 524 + Dashboard 487 green.

Follow-up

The live cross-release auto-update path can only be fully validated at an actual tagged release — covered by the new §8b release-checklist step (Help → About → download → restart). Since the feed was already vpk-1.x-generated, this bump reduces rather than adds update-path risk.

🤖 Generated with Claude Code

Velopack 1.x is the stable line; this also corrects a latent mismatch — build.yml
ran `dotnet tool install -g vpk` unpinned, so releases were already packed with vpk
1.x while the app library trailed at 0.0.1298. This aligns the reader library with
the packer (now pinned to vpk 1.2.0) without changing the feed format.

- Dashboard + Lite: Velopack PackageReference 0.0.1298 -> 1.2.0
- build.yml: `dotnet tool install -g vpk --version 1.2.0` (was unpinned)
- Lock files regenerated (--force-evaluate); they shrink because Velopack 1.x
  dropped the NuGet.Versioning transitive dep (custom SemanticVersion, 1.0.1).

No source changes needed — VelopackApp.Build().Run(), UpdateManager, GithubSource,
CheckForUpdatesAsync/DownloadUpdatesAsync/ApplyUpdatesAndRestart all unchanged.
Build clean (0 new warnings); Lite 524 + Dashboard 487 green.

Live cross-release auto-update to be validated at the next release (checklist 8b).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 4d9d2c7 into dev Jun 19, 2026
2 checks passed
@erikdarlingdata erikdarlingdata deleted the feature/velopack-1.2.0 branch June 19, 2026 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant